From: Chong Yidong Date: Sun, 12 Nov 2006 17:32:18 +0000 (+0000) Subject: * play/handwrite.el (handwrite): Also process lines not ending X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~32129 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=32aa3a8c8c977a01cfa133726ad61732dbed1095;p=emacs.git * play/handwrite.el (handwrite): Also process lines not ending with newline. Replace some position-fiddling with different logic. Improve performance. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 26dc12899b9..a9a47685d4e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2006-11-12 Markus Triska + + * play/handwrite.el (handwrite): Also process lines not ending + with newline. Replace some position-fiddling with different + logic. Improve performance. + 2006-11-12 Stephen Leake * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,